home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / qm815mr1.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  15.2 KB  |  404 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "2.0"
  11. *PCFileName: "QM815MR1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 815 MR)"
  14. *PSVersion: "(52.4) 29"
  15. *ModelName: "QMS-PS 815 MR"
  16. *NickName: "QMS-PS 815 MR v52.4"
  17.  
  18. *% ADORequiresEExec added by Microsoft
  19. *ADORequiresEExec: True
  20.  
  21. *% General Information and Defaults ===============
  22. *FreeVM: "910000"
  23. *LanguageLevel: "1"
  24. *ColorDevice: False
  25. *DefaultColorSpace: Gray
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *Throughput: "8"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true
  33.   }{
  34.     dup % potential password
  35.     statusdict /checkpassword get exec not
  36.   } ifelse
  37.   {  %  if no password or not valid
  38.     (WARNING : Cannot perform the exitserver command.) =
  39.     (Password supplied is not valid.) =
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if
  43.   serverdict /exitserver get exec
  44. "
  45. *End
  46. *Reset: "
  47.   count 0 eq {  % is the password on the stack?
  48.     true
  49.   }{
  50.     dup % potential password
  51.     statusdict /checkpassword get exec not
  52.   } ifelse
  53.   {  %  if no password or not valid
  54.     (WARNING : Cannot reset printer.) =
  55.     (Password supplied is not valid.) =
  56.     (Please contact the author of this software.) = flush
  57.     quit
  58.   } if
  59.   serverdict /exitserver get exec
  60.   systemdict /quit get exec
  61.   (WARNING : Printer Reset Failed.) = flush
  62. "
  63. *End
  64.  
  65. *OpenUI *Resolution: PickOne
  66. *DefaultResolution: 600dpi 
  67. *Resolution 300dpi: "300 statusdict /setresolution get exec" 
  68. *Resolution 600dpi: "600 statusdict /setresolution get exec" 
  69. *?Resolution: "
  70. save
  71.   statusdict /resolution get exec
  72.   128 string cvs print (dpi) = flush
  73. restore
  74. "
  75. *End
  76. *CloseUI: *Resolution
  77.  
  78. *% Halftone Information ===============
  79. *ScreenFreq: "60.0"
  80. *ScreenAngle: "45.0"
  81. *DefaultScreenProc: Dot
  82. *ScreenProc Dot: "
  83. { abs exch abs 2 copy add 1 gt
  84.   {1 sub dup mul exch 1 sub dup mul add 1 sub }
  85.   {dup mul exch dup mul add 1 exch sub }
  86.   ifelse
  87. }
  88. "
  89. *End
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96.  
  97. *% Paper Handling ===================
  98.  
  99. *% Use these entries to set paper size most of the time, unless there is
  100. *% specific reason to use PageRegion.
  101. *OpenUI *PageSize: PickOne
  102. *OrderDependency: 30 AnySetup *PageSize
  103. *DefaultPageSize: Letter
  104. *PageSize Letter: "statusdict /lettertray get exec"
  105. *PageSize Legal: "statusdict /legaltray get exec"
  106. *PageSize Executive: "statusdict /executivetray get exec"
  107. *PageSize A4: "statusdict /a4tray get exec"
  108. *PageSize B5: "statusdict /b5tray get exec"
  109. *PageSize Monarch/Monarch Envelope: "statusdict /envelopetray get exec statusdict /monarch get exec"
  110. *PageSize Comm10/Common #10 Envelope: "statusdict /envelopetray get exec statusdict /com10 get exec"
  111. *PageSize DL/DL Envelope: "statusdict /envelopetray get exec statusdict /dl get exec"
  112. *PageSize C5/C5 Envelope: "statusdict /envelopetray get exec statusdict /c5 get exec"
  113. *PageSize Envelope.279.639/Common #9 Envelope: "statusdict /envelopetray get exec statusdict /com9 get exec"
  114. *PageSize Envelope.324.747/Common #11 Envelope: "statusdict /envelopetray get exec statusdict /com11 get exec"
  115. *?PageSize: "
  116. save 
  117. 5 dict 
  118.   dup /letter (Letter) put
  119.   dup /legal (Legal) put
  120.   dup /a4 (A4) put
  121.   dup /b5 (B5) put
  122.   dup /executivepage (Executive) put
  123.   statusdict /papersize get exec
  124.   3 1 roll  {get} stopped {(Unknown)}if
  125.   exch  not { print (.Transverse) }if
  126.   = flush
  127. restore 
  128. "
  129. *End
  130. *CloseUI: *PageSize
  131.  
  132. *% These entries will set up the frame buffer. Usually used with manual feed.
  133. *OpenUI *PageRegion: PickOne
  134. *OrderDependency: 40 AnySetup *PageRegion
  135. *DefaultPageRegion: Letter
  136. *PageRegion Letter: "letter"
  137. *PageRegion Legal: "legal"
  138. *PageRegion A4: "a4"
  139. *PageRegion B5: "b5"
  140. *PageRegion Executive: "statusdict /executivepage get exec"
  141. *PageRegion Monarch/Monarch Envelope: "statusdict /monarch get exec"
  142. *PageRegion Comm10/Common #10 Envelope: "statusdict /com10 get exec"
  143. *PageRegion DL/DL Envelope: "statusdict /dl get exec"
  144. *PageRegion C5/C5 Envelope: "statusdict /c5 get exec"
  145. *PageRegion Envelope.279.639/Common #9 Envelope: "statusdict /com9 get exec"
  146. *PageRegion Envelope.324.747/Common #11 Envelope: "statusdict /com11 get exec"
  147. *CloseUI: *PageRegion
  148.  
  149. *% The following entries provide information about specific paper keywords.
  150. *DefaultImageableArea: Letter
  151. *ImageableArea Letter: "15 13 597 779 "
  152. *ImageableArea Legal: "15 14 597 995 "
  153. *ImageableArea A4: "16 11 579 831 "
  154. *ImageableArea B5: "18 12 497 717 "
  155. *ImageableArea Executive: "18 18 486 720"
  156. *ImageableArea Monarch/Monarch Envelope: "1 1 279 540"
  157. *ImageableArea Comm10/Common #10 Envelope: "1 1 297 684"
  158. *ImageableArea DL/DL Envelope: "1 1 312 623"
  159. *ImageableArea C5/C5 Envelope: "1 1 459 649"
  160. *ImageableArea Envelope.279.639/Common #9 Envelope: "1 1 279 639"
  161. *ImageableArea Envelope.324.747/Common #11 Envelope: "1 1 324 747"
  162. *?ImageableArea: "
  163. save
  164.   /cvp { (                ) cvs print ( ) print } bind def
  165.   /upperright {10000 mul floor 10000 div} bind def
  166.   /lowerleft {10000 mul ceiling 10000 div} bind def
  167.   newpath clippath pathbbox
  168.   4 -2 roll exch 2 {lowerleft cvp} repeat
  169.   exch 2 {upperright cvp} repeat flush
  170.  restore
  171. "
  172. *End
  173.  
  174. *% These provide the physical dimensions of the paper (by keyword)
  175. *DefaultPaperDimension: Letter
  176. *PaperDimension Letter: "612 792"
  177. *PaperDimension Legal: "612 1008"
  178. *PaperDimension A4: "595 842"
  179. *PaperDimension B5: "516 729"
  180. *PaperDimension Executive: "522 756"
  181. *PaperDimension Monarch/Monarch Envelope: "279 540"
  182. *PaperDimension Comm10/Common #10 Envelope: "297 684"
  183. *PaperDimension DL/DL Envelope: "312 624"
  184. *PaperDimension C5/C5 Envelope: "459 649"
  185. *PaperDimension Envelope.279.639/Common #9 Envelope: "279 639"
  186. *PaperDimension Envelope.324.747/Common #11 Envelope: "324 747"
  187.  
  188. *RequiresPageRegion All: True
  189. *OpenUI *InputSlot: PickOne
  190. *OrderDependency: 20 AnySetup *InputSlot
  191. *DefaultInputSlot: Cassette
  192. *InputSlot Cassette: ""
  193. *CloseUI: *InputSlot
  194.  
  195. *OpenUI *ManualFeed: PickOne
  196. *OrderDependency: 20 AnySetup *ManualFeed
  197. *DefaultManualFeed: False
  198. *ManualFeed True: "statusdict /manualfeed true put"
  199. *ManualFeed False: "statusdict /manualfeed false put"
  200. *?ManualFeed: "save
  201.   statusdict /manualfeed get
  202.   {(True)}{(False)}ifelse = flush
  203.   restore
  204. "
  205. *End
  206. *CloseUI: *ManualFeed
  207.  
  208. *DefaultOutputBin: Upper
  209. *DefaultOutputOrder: Normal
  210.  
  211. *% Font Information =====================
  212.  
  213. *DefaultFont: Courier
  214. *Font AGaramond-Bold: Standard "(001.000)" Standard ROM
  215. *Font AGaramond-BoldItalic: Standard "(001.000)" Standard ROM
  216. *Font AGaramond-Italic: Standard "(001.000)" Standard ROM
  217. *Font AGaramond-Regular: Standard "(001.000)" Standard ROM
  218. *Font AGaramond-Semibold: Standard "(001.000)" Standard ROM
  219. *Font AGaramond-SemiboldItalic: Standard "(001.000)" Standard ROM
  220. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  221. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  222. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  223. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  224. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  225. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  226. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  227. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  228. *Font Courier: Standard "(002.003)" Standard ROM
  229. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  230. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  231. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  232. *Font Helvetica: Standard "(001.006)" Standard ROM
  233. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  234. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  235. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  236. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  237. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  238. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  239. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  240. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  241. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  242. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  243. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  244. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  245. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  246. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  247. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  248. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  249. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  250. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  251. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  252. *Font Symbol: Special "(001.007)" Special ROM
  253. *Font Times-Bold: Standard "(001.007)" Standard ROM
  254. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  255. *Font Times-Italic: Standard "(001.007)" Standard ROM
  256. *Font Times-Roman: Standard "(001.007)" Standard ROM
  257. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  258. *Font ZapfDingbats: Special "(001.002)" Special ROM
  259. *?FontQuery: "
  260. save
  261.  /str 100 string dup 0 (fonts/) putinterval def
  262.  {
  263.    count 1 gt
  264.    {
  265.          exch dup str 6 94 getinterval cvs
  266.          (/) print print (:) print
  267.          FontDirectory exch known
  268.          {(Yes)}{(No)} ifelse =
  269.    }
  270.    {exit} ifelse
  271.  }bind loop
  272.  (*) = flush
  273. restore
  274. "
  275. *End
  276.  
  277. *?FontList: "
  278. save
  279.   FontDirectory { pop == } bind forall flush
  280.   (*) = flush
  281. restore
  282. "
  283. *End
  284.  
  285. *% Printer Messages (verbatim from printer):
  286. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  287. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  288. *Message: "\FontName\ not found, using Courier"
  289.  
  290. *% Status (format: %%[ status: <one of these> ]%% )
  291. *Status: "idle"
  292. *Status: "busy"
  293. *Status: "waiting"
  294. *Status: "printing"
  295. *Status: "warming up"
  296. *Status: "Initializing"
  297. *Status: "printing startup page"
  298. *Status: "printing test page"
  299. *Status: "PrinterError: no paper tray"
  300. *Status: "PrinterError: service call"
  301. *Status: "PrinterError: no toner cartridge"
  302. *Status: "PrinterError: cover open"
  303. *Status: "PrinterError: paper entry misfeed"
  304. *Status: "PrinterError: manual feed"
  305. *Status: "PrinterError: out of paper"
  306.  
  307. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  308. *Source: "serial25"
  309. *Source: "AppleTalk"
  310. *Source: "Centronics"
  311.  
  312. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  313. *PrinterError: "no paper tray"
  314. *PrinterError: "service call"
  315. *PrinterError: "no toner cartridge"
  316. *PrinterError: "cover open"
  317. *PrinterError: "paper entry misfeed"
  318. *PrinterError: "manual feed"
  319. *PrinterError: "out of paper"
  320.  
  321. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  322.  
  323. *% Color Separation Information =====================
  324.  
  325. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  326.  
  327. *InkName: ProcessBlack/Process Black
  328. *InkName: CustomColor/Custom Color
  329. *InkName: ProcessCyan/Process Cyan
  330. *InkName: ProcessMagenta/Process Magenta
  331. *InkName: ProcessYellow/Process Yellow
  332.  
  333. *%  For 60 lpi / 300 dpi  ===============================
  334.  
  335. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  336. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  337. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  338. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  339. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  340.  
  341. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  342. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  343. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  344. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  345. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  346.  
  347. *%  For 53 lpi / 300 dpi  ===============================
  348.  
  349. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  350. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  351. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  352. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  353. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  354.  
  355. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  356. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  357. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  358. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  359. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  360.  
  361. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  362.  
  363. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  364. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  365. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  366. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  367. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  368.  
  369. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  370. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  371. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  372. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  373. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  374.  
  375. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  376. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  377. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  378. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  379. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  380. "
  381. *End
  382.  
  383. *%  For 71 lpi / 600 dpi  ===============================
  384.  
  385. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  386. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  387. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  388. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  389. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  390.  
  391. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  392. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  393. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  394. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  395. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  396.  
  397. *% For "QMS-PS 815 MR" version 52.4
  398. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  399. *% Converted to meet 4.0 specification
  400. *% Last Edit Date: 13 Mar 1992
  401. *% The byte count of this file should be exactly 015036 or 015436
  402. *% depending on the filesystem it resides in.
  403. *% end of PPD file for QMS-PS 815 MR
  404.